See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

 Exception Text 
System.Text.EncoderFallbackException Unable to translate Unicode character uDD8C at index 252 to specified code page.
   at System.Text.EncoderExceptionFallbackBuffer.Fallback(Char charUnknown, Int32 index)
   at System.Text.EncoderFallbackBuffer.InternalFallback(Char ch, Char& chars)
   at System.Text.UTF8Encoding.GetBytes(Char chars, Int32 charCount, Byte bytes, Int32 byteCount, EncoderNLS baseEncoder)
   at System.Text.EncoderNLS.GetBytes(Char chars, Int32 charCount, Byte bytes, Int32 byteCount, Boolean flush)
   at System.Text.EncoderNLS.GetBytes(Char[] chars, Int32 charIndex, Int32 charCount, Byte[] bytes, Int32 byteIndex, Boolean flush)
   at System.IO.StreamWriter.Flush(Boolean flushStream, Boolean flushEncoder)
   at System.IO.StreamWriter.Dispose(Boolean disposing)
   at System.IO.TextWriter.Dispose()
   at MediaPortal.Support.EventLogCsvLogger.CreateLogs(String destinationFolder)
   at WatchDog.PostTestActions.PerformActions()
   at WatchDog.MPWatchDog.PerformPostTestActions(Boolean autoClose)
   at WatchDog.MPWatchDog.tmrMPWatcher_Tick(Object sender, EventArgs e)
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


 Loaded Assemblies 
mscorlib
    Assembly Version 2.0.0.0
    Win32 Version 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase fileCWindowsMicrosoft.NETFrameworkv2.0.50727mscorlib.dll
----------------------------------------
WatchDog
    Assembly Version 1.0.7.22200
    Win32 Version 1.0.7.0
    CodeBase fileCProgram%20FilesTeam%20MediaPortalMediaPortalWatchDog.exe
----------------------------------------
System.Windows.Forms
    Assembly Version 2.0.0.0
    Win32 Version 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase fileCWindowsassemblyGAC_MSILSystem.Windows.Forms2.0.0.0__b77a5c561934e089System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version 2.0.0.0
    Win32 Version 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase fileCWindowsassemblyGAC_MSILSystem2.0.0.0__b77a5c561934e089System.dll
----------------------------------------
System.Drawing
    Assembly Version 2.0.0.0
    Win32 Version 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase fileCWindowsassemblyGAC_MSILSystem.Drawing2.0.0.0__b03f5f7f11d50a3aSystem.Drawing.dll
----------------------------------------
Utils
    Assembly Version 2.2.7.22194
    Win32 Version 2.2.7.0
    CodeBase fileCProgram%20FilesTeam%20MediaPortalMediaPortalUtils.DLL
----------------------------------------
System.Xml
    Assembly Version 2.0.0.0
    Win32 Version 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase fileCWindowsassemblyGAC_MSILSystem.Xml2.0.0.0__b77a5c561934e089System.Xml.dll
----------------------------------------
DaggerLib.DSGraphEdit
    Assembly Version 1.0.2866.28351
    Win32 Version 1.0.0.0
    CodeBase fileCProgram%20FilesTeam%20MediaPortalMediaPortalDaggerLib.DSGraphEdit.DLL
----------------------------------------
DirectShowLib-2005
    Assembly Version 2.0.0.0
    Win32 Version 2.0.0.0
    CodeBase fileCProgram%20FilesTeam%20MediaPortalMediaPortalDirectShowLib-2005.DLL
----------------------------------------
DaggerLib
    Assembly Version 1.0.2856.27998
    Win32 Version 1.0.0.0
    CodeBase fileCProgram%20FilesTeam%20MediaPortalMediaPortalDaggerLib.DLL
----------------------------------------
MediaFoundation
    Assembly Version 1.0.0.0
    Win32 Version 1.0.0.0
    CodeBase fileCProgram%20FilesTeam%20MediaPortalMediaPortalMediaFoundation.DLL
----------------------------------------
MediaPortal.Support
    Assembly Version 1.0.7.22193
    Win32 Version 1.0.7.0
    CodeBase fileCProgram%20FilesTeam%20MediaPortalMediaPortalMediaPortal.Support.DLL
----------------------------------------

 JIT Debugging 
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example

configuration
    system.windows.forms jitDebugging=true 
configuration

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


